projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aefe867
)
EPT/VT-d: disable page sharing by default.
author
Keir Fraser
<keir@xen.org>
Tue, 21 Dec 2010 18:10:46 +0000
(18:10 +0000)
committer
Keir Fraser
<keir@xen.org>
Tue, 21 Dec 2010 18:10:46 +0000
(18:10 +0000)
Currently sharing these page tables causes a hang on boot on some
hardware. Disable by default until this is resolved.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/passthrough/vtd/iommu.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/vtd/iommu.c
b/xen/drivers/passthrough/vtd/iommu.c
index 3bf7b9f384644a19a1dda45225597781a876894e..dd7c7f666b700665d3073b3416180a7753c7752d 100644
(file)
--- a/
xen/drivers/passthrough/vtd/iommu.c
+++ b/
xen/drivers/passthrough/vtd/iommu.c
@@
-45,7
+45,7
@@
#define nr_ioapics iosapic_get_nr_iosapics()
#endif
-static int sharept =
1
;
+static int sharept =
0
;
boolean_param("sharept", sharept);
int nr_iommus;